home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00109.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  253 b   |  10 lines

  1. on exitFrame
  2.   global theMovieList
  3.   set the volume of sound 1 to 255
  4.   set the volume of sound 2 to 255
  5.   repeat with n = 2 to 5
  6.     puppetSprite(n, 1)
  7.   end repeat
  8.   set theDemoList to list("IE", "TT1", "MMH", "KD", "ENDInt", "MMath", "Strategy")
  9. end
  10.